home *** CD-ROM | disk | FTP | other *** search
- function showOptions(){
- alert("Here");
- //window.openDialog("chrome://imagezoom/content/options.xul", "", "chrome,modal,centerscreen")
- return false;
- }
-
- function install (aEvent,extName,iconURL)
- {
- var params = new Array();
- params[extName] = { URL: aEvent.target.href,
- IconURL: iconURL,
- toString: function () { return this.URL; }
- };
- InstallTrigger.install(params);
-
- return false;
- }